Dynamicweb 8 Documentation
BulkEstimateResults<TKey>(IEnumerable<TKey>,VolatileQueryElement) Method

Key type.
A list of keys used to group result sets.
Ctiretion to vary query by.
Returns an estimated number of search results for each set of matching items.
Syntax
'Declaration
 
Public Overloads Function BulkEstimateResults(Of TKey)( _
   ByVal keys As IEnumerable(Of TKey), _ 
   ByVal volatileCriterion As Dynamicweb.Searching.Queries.VolatileQueryElement _
) As IDictionary(Of TKey,Long)
public IDictionary<TKey,long> BulkEstimateResults<TKey>( 
   IEnumerable<TKey> keys, 
   Dynamicweb.Searching.Queries.VolatileQueryElement volatileCriterion 
)

Parameters

keys
A list of keys used to group result sets.
volatileCriterion
Ctiretion to vary query by.

Type Parameters

TKey
Key type.

Return Value

The number of search results mapped to each of the specified keys.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Filter Class
Filter Members
Overload List

Send Feedback